github.com/klauspost/compress/zstd.frameDec.DictionaryID (field)
7 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L943: dict, ok := d.o.dicts[frame.DictionaryID]
decoder.go#L946: println("setting dict", frame.DictionaryID)
decoder.go#L949: } else if frame.DictionaryID != 0 {
framedec.go#L32: DictionaryID uint32
framedec.go#L160: d.DictionaryID = 0
framedec.go#L183: d.DictionaryID = id
framedec.go#L272: println("Frame: Dict:", d.DictionaryID, "FrameContentSize:", d.FrameContentSize, "singleseg:", d.SingleSegment, "window:", d.WindowSize, "crc:", d.HasCheckSum)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |